SetReturnValueRequest

data class SetReturnValueRequest(newValue: CallArgument)

Represents request frame that can be used with Debugger#setReturnValue operation call.

Changes return value in top frame. Available only at return break position.

See also

Constructors

SetReturnValueRequest
Link copied to clipboard
fun SetReturnValueRequest(newValue: CallArgument)

Properties

newValue
Link copied to clipboard
val newValue: CallArgument
New return value.

Sources

jvm source
Link copied to clipboard